home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Esportes
/
soccofobia.swf
/
scripts
/
DefineButton2_113
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2008-09-25
|
612b
|
30 lines
on(press){
if(_root.niv == 5)
{
_root.gotoAndPlay("Challenge");
}
else if(_root.niv > 0)
{
if(_root.kong == true)
{
if(niv == 1)
{
_root.kongregateScores.setMode("Easy");
}
if(niv == 2)
{
_root.kongregateScores.setMode("Normal");
}
if(niv == 3)
{
_root.kongregateScores.setMode("Hard");
}
if(niv == 4)
{
_root.kongregateScores.setMode("Nuts");
}
}
_root.gotoAndPlay("Game");
}
}